Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.multi.tenant.computedgroups--computerChain

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.computedgroups inside nuxeo-multi-tenant-core-9.10.jar /OSGI-INF/computedgroups-contrib.xml

Extension Point

Extension point computerChain of component ComputedGroupsServiceImpl.

Contributed Items

  • <groupComputerChain append="true">
          <computers>
            <computer>multiTenantGroupComputer</computer>
          </computers>
        </groupComputerChain>

XML Source

<extension point="computerChain" target="org.nuxeo.ecm.platform.computedgroups.ComputedGroupsServiceImpl">
    <groupComputerChain append="true">
      <computers>
        <computer>multiTenantGroupComputer</computer>
      </computers>
    </groupComputerChain>
  </extension>